home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / mac / chess_hc.hqx / Chess Stack1.0 / ChessStack V1.0 / card_6290.txt < prev    next >
Text File  |  1988-06-28  |  21KB  |  1,058 lines

  1. -- card: 6290 from stack: in.0
  2. -- bmap block id: 6728
  3. -- flags: 4000
  4. -- background id: 2581
  5. -- name: Main
  6. ----- HyperTalk script -----
  7. on enterKey
  8.   put empty into card field "outField"
  9. end enterKey
  10.  
  11. on arrowKey
  12.   put empty into card field "inField"
  13. end arrowKey
  14.  
  15. on openCard
  16.   global communicationsMode
  17.   if communicationsMode is "Packet" then
  18.     hide card button "Dial"
  19.     hide card button "Hang"
  20.     show card button "Cmd:"
  21.     show card button "Conn"
  22.     hide card button "Disc"
  23.   else if communicationsMode is "Modem" then
  24.     show card button "Dial"
  25.     show card button "Hang"
  26.     hide card button "Cmd:"
  27.     hide card button "Conn"
  28.     hide card button "Disc"
  29.   end if
  30. end openCard
  31.  
  32.  
  33. -- part 3 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=299 top=299 right=334 bottom=334
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 16145 / 16145
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: White King
  45. ----- HyperTalk script -----
  46. on mouseDown
  47.   repeat while the mouse is down
  48.     set the loc of the target to the mouseloc
  49.   end repeat
  50. end mouseDown
  51.  
  52. on mouseUp
  53.   centerPiece
  54. end mouseup
  55.  
  56.  
  57.  
  58. -- part 4 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=256 top=299 right=334 bottom=292
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 27947 / 27947
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: White Queen
  70. ----- HyperTalk script -----
  71. on mouseDown
  72.   repeat while the mouse is down
  73.     set the loc of the target to the mouseloc
  74.   end repeat
  75. end mouseDown
  76.  
  77. on mouseUp
  78.   centerPiece
  79. end mouseup
  80.  
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=215 top=299 right=334 bottom=249
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 30724 / 30724
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: White Bishop1
  95. ----- HyperTalk script -----
  96. on mouseDown
  97.   repeat while the mouse is down
  98.     set the loc of the target to the mouseloc
  99.   end repeat
  100. end mouseDown
  101.  
  102. on mouseUp
  103.   centerPiece
  104. end mouseup
  105.  
  106.  
  107.  
  108. -- part 6 (button)
  109. -- low flags: 00
  110. -- high flags: 0000
  111. -- rect: left=175 top=298 right=334 bottom=206
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 4614 / 4614
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: White Knight1
  120. ----- HyperTalk script -----
  121. on mouseDown
  122.   repeat while the mouse is down
  123.     set the loc of the target to the mouseloc
  124.   end repeat
  125. end mouseDown
  126.  
  127. on mouseUp
  128.   centerPiece
  129. end mouseup
  130.  
  131.  
  132.  
  133. -- part 7 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=136 top=258 right=291 bottom=160
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 23927 / 23927
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: White Pawn1
  145. ----- HyperTalk script -----
  146. on mouseDown
  147.   repeat while the mouse is down
  148.     set the loc of the target to the mouseloc
  149.   end repeat
  150. end mouseDown
  151.  
  152. on mouseUp
  153.   centerPiece
  154. end mouseup
  155.  
  156.  
  157.  
  158. -- part 8 (button)
  159. -- low flags: 00
  160. -- high flags: 0000
  161. -- rect: left=135 top=299 right=333 bottom=162
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 30036 / 30036
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: White Rook1
  170. ----- HyperTalk script -----
  171. on mouseDown
  172.   repeat while the mouse is down
  173.     set the loc of the target to the mouseloc
  174.   end repeat
  175. end mouseDown
  176.  
  177. on mouseUp
  178.   centerPiece
  179. end mouseup
  180.  
  181.  
  182.  
  183. -- part 9 (button)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=299 top=5 right=40 bottom=334
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 16113 / 16113
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Black King
  195. ----- HyperTalk script -----
  196. on mouseDown
  197.   repeat while the mouse is down
  198.     set the loc of the target to the mouseloc
  199.   end repeat
  200. end mouseDown
  201.  
  202. on mouseUp
  203.   centerPiece
  204. end mouseup
  205.  
  206.  
  207.  
  208. -- part 10 (button)
  209. -- low flags: 00
  210. -- high flags: 0000
  211. -- rect: left=258 top=5 right=40 bottom=291
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 14 / 14
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: Black Queen
  220. ----- HyperTalk script -----
  221. on mouseDown
  222.   repeat while the mouse is down
  223.     set the loc of the target to the mouseloc
  224.   end repeat
  225. end mouseDown
  226.  
  227. on mouseUp
  228.   centerPiece
  229. end mouseup
  230.  
  231.  
  232.  
  233. -- part 11 (button)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=214 top=5 right=40 bottom=250
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 11762 / 11762
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: Black Bishop1
  245. ----- HyperTalk script -----
  246. on mouseDown
  247.   repeat while the mouse is down
  248.     set the loc of the target to the mouseloc
  249.   end repeat
  250. end mouseDown
  251.  
  252. on mouseUp
  253.   centerPiece
  254. end mouseup
  255.  
  256.  
  257.  
  258. -- part 12 (button)
  259. -- low flags: 00
  260. -- high flags: 0000
  261. -- rect: left=175 top=4 right=40 bottom=206
  262. -- title width / last selected line: 0
  263. -- icon id / first selected line: 2548 / 2548
  264. -- text alignment: 1
  265. -- font id: 0
  266. -- text size: 12
  267. -- style flags: 0
  268. -- line height: 16
  269. -- part name: Black Knight1
  270. ----- HyperTalk script -----
  271. on mouseDown
  272.   repeat while the mouse is down
  273.     set the loc of the target to the mouseloc
  274.   end repeat
  275. end mouseDown
  276.  
  277. on mouseUp
  278.   centerPiece
  279. end mouseup
  280.  
  281.  
  282.  
  283. -- part 13 (button)
  284. -- low flags: 00
  285. -- high flags: 0000
  286. -- rect: left=135 top=6 right=39 bottom=162
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 484 / 484
  289. -- text alignment: 1
  290. -- font id: 0
  291. -- text size: 12
  292. -- style flags: 0
  293. -- line height: 16
  294. -- part name: Black Rook1
  295. ----- HyperTalk script -----
  296. on mouseDown
  297.   repeat while the mouse is down
  298.     set the loc of the target to the mouseloc
  299.   end repeat
  300. end mouseDown
  301.  
  302. on mouseUp
  303.   centerPiece
  304. end mouseup
  305.  
  306.  
  307.  
  308. -- part 14 (button)
  309. -- low flags: 00
  310. -- high flags: 0000
  311. -- rect: left=136 top=48 right=81 bottom=160
  312. -- title width / last selected line: 0
  313. -- icon id / first selected line: 9813 / 9813
  314. -- text alignment: 1
  315. -- font id: 0
  316. -- text size: 12
  317. -- style flags: 0
  318. -- line height: 16
  319. -- part name: Black Pawn1
  320. ----- HyperTalk script -----
  321. on mouseDown
  322.   repeat while the mouse is down
  323.     set the loc of the target to the mouseloc
  324.   end repeat
  325. end mouseDown
  326.  
  327. on mouseUp
  328.   centerPiece
  329. end mouseup
  330.  
  331.  
  332.  
  333. -- part 16 (button)
  334. -- low flags: 00
  335. -- high flags: 0000
  336. -- rect: left=178 top=258 right=291 bottom=202
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 23927 / 23927
  339. -- text alignment: 1
  340. -- font id: 0
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: White Pawn2
  345. ----- HyperTalk script -----
  346. on mouseDown
  347.   repeat while the mouse is down
  348.     set the loc of the target to the mouseloc
  349.   end repeat
  350. end mouseDown
  351.  
  352. on mouseUp
  353.   centerPiece
  354. end mouseup
  355.  
  356.  
  357.  
  358. -- part 17 (button)
  359. -- low flags: 00
  360. -- high flags: 0000
  361. -- rect: left=220 top=258 right=291 bottom=244
  362. -- title width / last selected line: 0
  363. -- icon id / first selected line: 23927 / 23927
  364. -- text alignment: 1
  365. -- font id: 0
  366. -- text size: 12
  367. -- style flags: 0
  368. -- line height: 16
  369. -- part name: White Pawn3
  370. ----- HyperTalk script -----
  371. on mouseDown
  372.   repeat while the mouse is down
  373.     set the loc of the target to the mouseloc
  374.   end repeat
  375. end mouseDown
  376.  
  377. on mouseUp
  378.   centerPiece
  379. end mouseup
  380.  
  381.  
  382.  
  383. -- part 18 (button)
  384. -- low flags: 00
  385. -- high flags: 0000
  386. -- rect: left=262 top=258 right=291 bottom=286
  387. -- title width / last selected line: 0
  388. -- icon id / first selected line: 23927 / 23927
  389. -- text alignment: 1
  390. -- font id: 0
  391. -- text size: 12
  392. -- style flags: 0
  393. -- line height: 16
  394. -- part name: White Pawn4
  395. ----- HyperTalk script -----
  396. on mouseDown
  397.   repeat while the mouse is down
  398.     set the loc of the target to the mouseloc
  399.   end repeat
  400. end mouseDown
  401.  
  402. on mouseUp
  403.   centerPiece
  404. end mouseup
  405.  
  406.  
  407.  
  408. -- part 19 (button)
  409. -- low flags: 00
  410. -- high flags: 0000
  411. -- rect: left=304 top=258 right=291 bottom=328
  412. -- title width / last selected line: 0
  413. -- icon id / first selected line: 23927 / 23927
  414. -- text alignment: 1
  415. -- font id: 0
  416. -- text size: 12
  417. -- style flags: 0
  418. -- line height: 16
  419. -- part name: White Pawn5
  420. ----- HyperTalk script -----
  421. on mouseDown
  422.   repeat while the mouse is down
  423.     set the loc of the target to the mouseloc
  424.   end repeat
  425. end mouseDown
  426.  
  427. on mouseUp
  428.   centerPiece
  429. end mouseup
  430.  
  431.  
  432.  
  433. -- part 20 (button)
  434. -- low flags: 00
  435. -- high flags: 0000
  436. -- rect: left=346 top=258 right=291 bottom=370
  437. -- title width / last selected line: 0
  438. -- icon id / first selected line: 23927 / 23927
  439. -- text alignment: 1
  440. -- font id: 0
  441. -- text size: 12
  442. -- style flags: 0
  443. -- line height: 16
  444. -- part name: White Pawn6
  445. ----- HyperTalk script -----
  446. on mouseDown
  447.   repeat while the mouse is down
  448.     set the loc of the target to the mouseloc
  449.   end repeat
  450. end mouseDown
  451.  
  452. on mouseUp
  453.   centerPiece
  454. end mouseup
  455.  
  456.  
  457.  
  458. -- part 21 (button)
  459. -- low flags: 00
  460. -- high flags: 0000
  461. -- rect: left=388 top=258 right=291 bottom=412
  462. -- title width / last selected line: 0
  463. -- icon id / first selected line: 23927 / 23927
  464. -- text alignment: 1
  465. -- font id: 0
  466. -- text size: 12
  467. -- style flags: 0
  468. -- line height: 16
  469. -- part name: White Pawn7
  470. ----- HyperTalk script -----
  471. on mouseDown
  472.   repeat while the mouse is down
  473.     set the loc of the target to the mouseloc
  474.   end repeat
  475. end mouseDown
  476.  
  477. on mouseUp
  478.   centerPiece
  479. end mouseup
  480.  
  481.  
  482.  
  483. -- part 22 (button)
  484. -- low flags: 00
  485. -- high flags: 0000
  486. -- rect: left=430 top=258 right=291 bottom=454
  487. -- title width / last selected line: 0
  488. -- icon id / first selected line: 23927 / 23927
  489. -- text alignment: 1
  490. -- font id: 0
  491. -- text size: 12
  492. -- style flags: 0
  493. -- line height: 16
  494. -- part name: White Pawn8
  495. ----- HyperTalk script -----
  496. on mouseDown
  497.   repeat while the mouse is down
  498.     set the loc of the target to the mouseloc
  499.   end repeat
  500. end mouseDown
  501.  
  502. on mouseUp
  503.   centerPiece
  504. end mouseup
  505.  
  506.  
  507.  
  508. -- part 23 (button)
  509. -- low flags: 00
  510. -- high flags: 0000
  511. -- rect: left=178 top=48 right=81 bottom=202
  512. -- title width / last selected line: 0
  513. -- icon id / first selected line: 9813 / 9813
  514. -- text alignment: 1
  515. -- font id: 0
  516. -- text size: 12
  517. -- style flags: 0
  518. -- line height: 16
  519. -- part name: Black Pawn2
  520. ----- HyperTalk script -----
  521. on mouseDown
  522.   repeat while the mouse is down
  523.     set the loc of the target to the mouseloc
  524.   end repeat
  525. end mouseDown
  526.  
  527. on mouseUp
  528.   centerPiece
  529. end mouseup
  530.  
  531.  
  532.  
  533. -- part 24 (button)
  534. -- low flags: 00
  535. -- high flags: 0000
  536. -- rect: left=220 top=48 right=81 bottom=244
  537. -- title width / last selected line: 0
  538. -- icon id / first selected line: 9813 / 9813
  539. -- text alignment: 1
  540. -- font id: 0
  541. -- text size: 12
  542. -- style flags: 0
  543. -- line height: 16
  544. -- part name: Black Pawn3
  545. ----- HyperTalk script -----
  546. on mouseDown
  547.   repeat while the mouse is down
  548.     set the loc of the target to the mouseloc
  549.   end repeat
  550. end mouseDown
  551.  
  552. on mouseUp
  553.   centerPiece
  554. end mouseup
  555.  
  556.  
  557.  
  558. -- part 25 (button)
  559. -- low flags: 00
  560. -- high flags: 0000
  561. -- rect: left=262 top=48 right=81 bottom=286
  562. -- title width / last selected line: 0
  563. -- icon id / first selected line: 9813 / 9813
  564. -- text alignment: 1
  565. -- font id: 0
  566. -- text size: 12
  567. -- style flags: 0
  568. -- line height: 16
  569. -- part name: Black Pawn4
  570. ----- HyperTalk script -----
  571. on mouseDown
  572.   repeat while the mouse is down
  573.     set the loc of the target to the mouseloc
  574.   end repeat
  575. end mouseDown
  576.  
  577. on mouseUp
  578.   centerPiece
  579. end mouseup
  580.  
  581.  
  582.  
  583. -- part 26 (button)
  584. -- low flags: 00
  585. -- high flags: 0000
  586. -- rect: left=304 top=48 right=81 bottom=328
  587. -- title width / last selected line: 0
  588. -- icon id / first selected line: 9813 / 9813
  589. -- text alignment: 1
  590. -- font id: 0
  591. -- text size: 12
  592. -- style flags: 0
  593. -- line height: 16
  594. -- part name: Black Pawn5
  595. ----- HyperTalk script -----
  596. on mouseDown
  597.   repeat while the mouse is down
  598.     set the loc of the target to the mouseloc
  599.   end repeat
  600. end mouseDown
  601.  
  602. on mouseUp
  603.   centerPiece
  604. end mouseup
  605.  
  606.  
  607.  
  608. -- part 27 (button)
  609. -- low flags: 00
  610. -- high flags: 0000
  611. -- rect: left=346 top=48 right=81 bottom=370
  612. -- title width / last selected line: 0
  613. -- icon id / first selected line: 9813 / 9813
  614. -- text alignment: 1
  615. -- font id: 0
  616. -- text size: 12
  617. -- style flags: 0
  618. -- line height: 16
  619. -- part name: Black Pawn6
  620. ----- HyperTalk script -----
  621. on mouseDown
  622.   repeat while the mouse is down
  623.     set the loc of the target to the mouseloc
  624.   end repeat
  625. end mouseDown
  626.  
  627. on mouseUp
  628.   centerPiece
  629. end mouseup
  630.  
  631.  
  632.  
  633. -- part 28 (button)
  634. -- low flags: 00
  635. -- high flags: 0000
  636. -- rect: left=388 top=48 right=81 bottom=412
  637. -- title width / last selected line: 0
  638. -- icon id / first selected line: 9813 / 9813
  639. -- text alignment: 1
  640. -- font id: 0
  641. -- text size: 12
  642. -- style flags: 0
  643. -- line height: 16
  644. -- part name: Black Pawn7
  645. ----- HyperTalk script -----
  646. on mouseDown
  647.   repeat while the mouse is down
  648.     set the loc of the target to the mouseloc
  649.   end repeat
  650. end mouseDown
  651.  
  652. on mouseUp
  653.   centerPiece
  654. end mouseup
  655.  
  656.  
  657.  
  658. -- part 29 (button)
  659. -- low flags: 00
  660. -- high flags: 0000
  661. -- rect: left=430 top=48 right=81 bottom=454
  662. -- title width / last selected line: 0
  663. -- icon id / first selected line: 9813 / 9813
  664. -- text alignment: 1
  665. -- font id: 0
  666. -- text size: 12
  667. -- style flags: 0
  668. -- line height: 16
  669. -- part name: Black Pawn8
  670. ----- HyperTalk script -----
  671. on mouseDown
  672.   repeat while the mouse is down
  673.     set the loc of the target to the mouseloc
  674.   end repeat
  675. end mouseDown
  676.  
  677. on mouseUp
  678.   centerPiece
  679. end mouseup
  680.  
  681.  
  682.  
  683. -- part 30 (button)
  684. -- low flags: 00
  685. -- high flags: 0000
  686. -- rect: left=429 top=299 right=333 bottom=456
  687. -- title width / last selected line: 0
  688. -- icon id / first selected line: 30036 / 30036
  689. -- text alignment: 1
  690. -- font id: 0
  691. -- text size: 12
  692. -- style flags: 0
  693. -- line height: 16
  694. -- part name: White Rook2
  695. ----- HyperTalk script -----
  696. on mouseDown
  697.   repeat while the mouse is down
  698.     set the loc of the target to the mouseloc
  699.   end repeat
  700. end mouseDown
  701.  
  702. on mouseUp
  703.   centerPiece
  704. end mouseup
  705.  
  706.  
  707.  
  708. -- part 31 (button)
  709. -- low flags: 00
  710. -- high flags: 0000
  711. -- rect: left=341 top=299 right=334 bottom=375
  712. -- title width / last selected line: 0
  713. -- icon id / first selected line: 30724 / 30724
  714. -- text alignment: 1
  715. -- font id: 0
  716. -- text size: 12
  717. -- style flags: 0
  718. -- line height: 16
  719. -- part name: White Bishop2
  720. ----- HyperTalk script -----
  721. on mouseDown
  722.   repeat while the mouse is down
  723.     set the loc of the target to the mouseloc
  724.   end repeat
  725. end mouseDown
  726.  
  727. on mouseUp
  728.   centerPiece
  729. end mouseup
  730.  
  731.  
  732.  
  733. -- part 32 (button)
  734. -- low flags: 00
  735. -- high flags: 0000
  736. -- rect: left=385 top=298 right=334 bottom=416
  737. -- title width / last selected line: 0
  738. -- icon id / first selected line: 4614 / 4614
  739. -- text alignment: 1
  740. -- font id: 0
  741. -- text size: 12
  742. -- style flags: 0
  743. -- line height: 16
  744. -- part name: White Knight2
  745. ----- HyperTalk script -----
  746. on mouseDown
  747.   repeat while the mouse is down
  748.     set the loc of the target to the mouseloc
  749.   end repeat
  750. end mouseDown
  751.  
  752. on mouseUp
  753.   centerPiece
  754. end mouseup
  755.  
  756.  
  757.  
  758. -- part 33 (button)
  759. -- low flags: 00
  760. -- high flags: 0000
  761. -- rect: left=429 top=6 right=39 bottom=456
  762. -- title width / last selected line: 0
  763. -- icon id / first selected line: 484 / 484
  764. -- text alignment: 1
  765. -- font id: 0
  766. -- text size: 12
  767. -- style flags: 0
  768. -- line height: 16
  769. -- part name: Black Rook2
  770. ----- HyperTalk script -----
  771. on mouseDown
  772.   repeat while the mouse is down
  773.     set the loc of the target to the mouseloc
  774.   end repeat
  775. end mouseDown
  776.  
  777. on mouseUp
  778.   centerPiece
  779. end mouseup
  780.  
  781.  
  782.  
  783. -- part 34 (button)
  784. -- low flags: 00
  785. -- high flags: 0000
  786. -- rect: left=340 top=5 right=40 bottom=376
  787. -- title width / last selected line: 0
  788. -- icon id / first selected line: 11762 / 11762
  789. -- text alignment: 1
  790. -- font id: 0
  791. -- text size: 12
  792. -- style flags: 0
  793. -- line height: 16
  794. -- part name: Black Bishop2
  795. ----- HyperTalk script -----
  796. on mouseDown
  797.   repeat while the mouse is down
  798.     set the loc of the target to the mouseloc
  799.   end repeat
  800. end mouseDown
  801.  
  802. on mouseUp
  803.   centerPiece
  804. end mouseup
  805.  
  806.  
  807.  
  808. -- part 35 (button)
  809. -- low flags: 00
  810. -- high flags: 0000
  811. -- rect: left=385 top=4 right=40 bottom=416
  812. -- title width / last selected line: 0
  813. -- icon id / first selected line: 2548 / 2548
  814. -- text alignment: 1
  815. -- font id: 0
  816. -- text size: 12
  817. -- style flags: 0
  818. -- line height: 16
  819. -- part name: Black Knight2
  820. ----- HyperTalk script -----
  821. on mouseDown
  822.   repeat while the mouse is down
  823.     set the loc of the target to the mouseloc
  824.   end repeat
  825. end mouseDown
  826.  
  827. on mouseUp
  828.   centerPiece
  829. end mouseup
  830.  
  831.  
  832.  
  833. -- part 43 (button)
  834. -- low flags: 80
  835. -- high flags: A002
  836. -- rect: left=472 top=25 right=46 bottom=509
  837. -- title width / last selected line: 0
  838. -- icon id / first selected line: 0 / 0
  839. -- text alignment: 1
  840. -- font id: 0
  841. -- text size: 12
  842. -- style flags: 0
  843. -- line height: 16
  844. -- part name: Dial
  845. ----- HyperTalk script -----
  846. on mouseUp
  847.   put "Dialing..." into field "Game Info"
  848.   sendSPort 1,false,"ATDT" & (card field "PhoneNumber" of card "Options") & return
  849.   wait 1 seconds
  850.   put empty into field "Game Info"
  851. end mouseUp
  852.  
  853.  
  854.  
  855. -- part 44 (field)
  856. -- low flags: 00
  857. -- high flags: 4007
  858. -- rect: left=4 top=62 right=160 bottom=122
  859. -- title width / last selected line: 0
  860. -- icon id / first selected line: 0 / 0
  861. -- text alignment: 0
  862. -- font id: 0
  863. -- text size: 9
  864. -- style flags: 0
  865. -- line height: 12
  866. -- part name: inField
  867.  
  868.  
  869. -- part 45 (field)
  870. -- low flags: 00
  871. -- high flags: 0002
  872. -- rect: left=4 top=179 right=245 bottom=122
  873. -- title width / last selected line: 0
  874. -- icon id / first selected line: 0 / 0
  875. -- text alignment: 0
  876. -- font id: 0
  877. -- text size: 9
  878. -- style flags: 0
  879. -- line height: 12
  880. -- part name: outField
  881.  
  882.  
  883. -- part 46 (button)
  884. -- low flags: 00
  885. -- high flags: A002
  886. -- rect: left=470 top=203 right=222 bottom=507
  887. -- title width / last selected line: 0
  888. -- icon id / first selected line: 0 / 0
  889. -- text alignment: 1
  890. -- font id: 0
  891. -- text size: 12
  892. -- style flags: 0
  893. -- line height: 16
  894. -- part name: Cmd:
  895. ----- HyperTalk script -----
  896. on mouseUp
  897.   global cC1,communicationsMode
  898.   put "Sending..." into field "Game Info"
  899.   if communicationsMode is "Packet" then
  900.     sendSPort 1,false,cC1 & card field "outField" & return
  901.   else
  902.     sendSPort 1,false,card field "outField" & return
  903.   end if
  904.   wait 1 seconds
  905.   put empty into field "Game Info"
  906. end mouseUp
  907.  
  908.  
  909.  
  910. -- part 51 (button)
  911. -- low flags: 80
  912. -- high flags: A002
  913. -- rect: left=472 top=72 right=92 bottom=509
  914. -- title width / last selected line: 0
  915. -- icon id / first selected line: 0 / 0
  916. -- text alignment: 1
  917. -- font id: 0
  918. -- text size: 12
  919. -- style flags: 0
  920. -- line height: 16
  921. -- part name: Hang
  922. ----- HyperTalk script -----
  923. on mouseUp
  924.   put "Hanging Up" into field "Game Info"
  925.   wait 1 seconds
  926.   sendSPort 1,false,"+++"
  927.   wait 2 seconds
  928.   sendSPort 1,false,"ATH" & return
  929.   wait 2 seconds
  930.   sendSPort 1,false,"ATZ" & return
  931.   put empty into field "Game Info"
  932. end mouseUp
  933.  
  934.  
  935.  
  936. -- part 52 (button)
  937. -- low flags: 00
  938. -- high flags: A002
  939. -- rect: left=472 top=121 right=140 bottom=509
  940. -- title width / last selected line: 0
  941. -- icon id / first selected line: 0 / 0
  942. -- text alignment: 1
  943. -- font id: 0
  944. -- text size: 12
  945. -- style flags: 0
  946. -- line height: 16
  947. -- part name: Conn
  948. ----- HyperTalk script -----
  949. on mouseUp
  950.   global cntlC3,cC1
  951.   put "Connecting..." into field "Game Info"
  952.   put card field "TncbaudRate" of card "Options" into theBRate
  953.   setBaud theBRate
  954.   put card field "hamID" of card "Options" into theHamID
  955.   sendSPort 1,false,cC1 & return
  956.   sendSPort 1,false,"ECHO OFF" & return
  957.   sendSPort 1,false,"CONNECT" && theHamID & return
  958.   --  sendSPort 1,false,"CONVERSE" & return
  959. end mouseUp
  960.  
  961.  
  962.  
  963. -- part 55 (button)
  964. -- low flags: 80
  965. -- high flags: A002
  966. -- rect: left=472 top=144 right=163 bottom=509
  967. -- title width / last selected line: 0
  968. -- icon id / first selected line: 0 / 0
  969. -- text alignment: 1
  970. -- font id: 0
  971. -- text size: 12
  972. -- style flags: 0
  973. -- line height: 16
  974. -- part name: Disc
  975. ----- HyperTalk script -----
  976. on mouseUp
  977.   global cntlC3,cC1
  978.   put "Disconnect..." into field "Game Info"
  979.   sendSPort 1,false,cC1 & "DISCONNE" & return
  980.   sendSPort 1,false,"ECHO ON" & return
  981. end mouseUp
  982.  
  983.  
  984.  
  985. -- part 57 (button)
  986. -- low flags: 00
  987. -- high flags: A002
  988. -- rect: left=471 top=160 right=179 bottom=508
  989. -- title width / last selected line: 0
  990. -- icon id / first selected line: 0 / 0
  991. -- text alignment: 1
  992. -- font id: 0
  993. -- text size: 12
  994. -- style flags: 0
  995. -- line height: 16
  996. -- part name: Msg
  997. ----- HyperTalk script -----
  998. on mouseUp
  999.   put "Msg..." into field "Game Info"
  1000.   sendSPort 1,false,"Msg" && card field "outField" & return
  1001.   wait 1 seconds
  1002.   put empty into field "Game Info"
  1003. end mouseUp
  1004.  
  1005.  
  1006.  
  1007. -- part 59 (button)
  1008. -- low flags: 00
  1009. -- high flags: A000
  1010. -- rect: left=468 top=251 right=294 bottom=509
  1011. -- title width / last selected line: 0
  1012. -- icon id / first selected line: 2507 / 2507
  1013. -- text alignment: 1
  1014. -- font id: 0
  1015. -- text size: 12
  1016. -- style flags: 0
  1017. -- line height: 16
  1018. -- part name: Help
  1019. ----- HyperTalk script -----
  1020. on mouseUp
  1021.   visual effect dissolve
  1022.   go to card "Help Index"
  1023. end mouseUp
  1024.  
  1025.  
  1026.  
  1027. -- part 63 (button)
  1028. -- low flags: 00
  1029. -- high flags: A002
  1030. -- rect: left=470 top=183 right=198 bottom=508
  1031. -- title width / last selected line: 0
  1032. -- icon id / first selected line: 0 / 0
  1033. -- text alignment: 1
  1034. -- font id: 0
  1035. -- text size: 12
  1036. -- style flags: 0
  1037. -- line height: 16
  1038. -- part name: Set
  1039. ----- HyperTalk script -----
  1040. on mouseUp
  1041.   visual effect iris open
  1042.   push card
  1043.   go to card "Options"
  1044. end mouseUp
  1045.  
  1046.  
  1047.  
  1048. -- part contents for background part 67
  1049. ----- text -----
  1050. Packet Chess V1.0
  1051.  
  1052. -- part contents for background part 75
  1053. ----- text -----
  1054. White
  1055.  
  1056. -- part contents for background part 74
  1057. ----- text -----
  1058. Black